Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct nullability annotations in OIDEndSessionRequest #702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

philet
Copy link

@philet philet commented Apr 8, 2022

Correct nullability annotations for OIDEndSessionRequest parameters idTokenHint, postLogoutRedirectURL, and state.

Fixes #565

@petea
Copy link
Collaborator

petea commented Apr 8, 2022

@philet have you signed the contributor agreements?

@philet
Copy link
Author

philet commented Apr 11, 2022

@petea I have signed them last Friday. Probably still needs to be processed on your side.

@petea
Copy link
Collaborator

petea commented Aug 16, 2022

@philet confirmed that we have the needed documentation from you, thanks.

@petea petea changed the title Correct nullability for OIDEndSessionRequest parameters idTokenHint, … Correct nullability annotations in OIDEndSessionRequest Aug 16, 2022
@petea
Copy link
Collaborator

petea commented Aug 16, 2022

Since this will be a breaking change for the Swift interface, we'll need to make it as part of a major release.

@petea petea added this to the 2.0.0 milestone Aug 16, 2022
@nbransby
Copy link

nbransby commented Nov 4, 2022

@petea since its only adding the nullability won't existing code still compile meaning its not a breaking change?

@pfei5
Copy link

pfei5 commented Jan 30, 2023

We're having to run a fork of this lib because of this issue. Is there anything missing from the PR that we could provide?

@matax87
Copy link

matax87 commented Aug 7, 2023

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OIDEndSessionRequest initializers lack correct nullability specifiers
6 participants